putTypeArguments

fun IrMemberAccessExpression<*>.putTypeArguments(vararg namedArgs: Pair<String, IrType?>, substitute: Boolean = this is IrCall)
fun IrMemberAccessExpression<*>.putTypeArguments(vararg args: IrType?, substitute: Boolean = this is IrCall)

Set the type arguments of the call. If substitute is true and this is an IrCall, calls substituteTypeParams.